Skip to content

Comments

release: 0.36.0#80

Merged
rgarcia merged 6 commits intomainfrom
release-please--branches--main--changes--next--components--sdk
Feb 21, 2026
Merged

release: 0.36.0#80
rgarcia merged 6 commits intomainfrom
release-please--branches--main--changes--next--components--sdk

Conversation

@stainless-app
Copy link
Contributor

@stainless-app stainless-app bot commented Feb 20, 2026

Automated Release PR

0.36.0 (2026-02-21)

Full Changelog: v0.35.0...v0.36.0

Features

  • Add DELETE /deployments/{id} API endpoint (6df842e)

Chores

  • internal: remove mock server code (5784a3f)
  • test: update skip reason message (e5d7f07)
  • update mock server docs (1c1ae0f)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions


Note

Low Risk
Mostly a versioned release with a small, additive SDK surface change plus removal of internal/dev-only mock-server scripts; minimal production runtime risk.

Overview
Releases 0.36.0 with a new client.deployments.delete(id) method wired to DELETE /deployments/{id} (and updates the generated API docs/tests accordingly).

Removes the local Prism mock-server helpers from the repo/test runner (deletes scripts/mock and strips the auto-start/validation logic from scripts/test), and updates docs/test skip messaging to reflect that mock-server-based tests are disabled. Version metadata (package.json, src/version.ts, release manifest/changelog, and .stats.yml) is bumped/updated.

Written by Cursor Bugbot for commit 631aa7c. This will update automatically on new commits. Configure here.

@stainless-app
Copy link
Contributor Author

stainless-app bot commented Feb 20, 2026

🧪 Testing

To try out this version of the SDK, run:

npm install 'https://pkg.stainless.com/s/kernel-typescript/6df842e5d90124f64c312dd951027f0708a4e74f/dist.tar.gz'

Expires at: Mon, 23 Mar 2026 18:11:26 GMT
Updated at: Sat, 21 Feb 2026 18:11:26 GMT

@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 0e5917c to 2924eb7 Compare February 20, 2026 03:26
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 2924eb7 to 31ed656 Compare February 20, 2026 03:28
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 31ed656 to 8307ba4 Compare February 21, 2026 18:10
@stainless-app stainless-app bot changed the title release: 0.35.1 release: 0.36.0 Feb 21, 2026
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 8307ba4 to ddfcd78 Compare February 21, 2026 18:11
rgarcia
rgarcia previously approved these changes Feb 21, 2026
These tests were missing the test.skip annotation that all other
mock-server-dependent tests have, causing CI failures.

Co-authored-by: Cursor <cursoragent@cursor.com>
Copy link
Contributor

@rgarcia rgarcia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI checks are passing after fixing the mock server test skips. LGTM.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.


test('captureScreenshot: request options and params are passed correctly', async () => {
// Mock server tests are disabled
test.skip('captureScreenshot: request options and params are passed correctly', async () => {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Previously running tests now silently skipped

Medium Severity

Five tests that were previously active (test() are now silently disabled (test.skip(). The captureScreenshot test in computer.test.ts, the downloadDirZip and readFile tests in fs.test.ts, the download test in replays.test.ts, and the downloadFromChromeStore test in extensions.test.ts all previously ran without a "Prism" skip comment. The commit described as "update skip reason message" appears to have accidentally broadened the skip scope beyond just renaming comments, reducing API resource test coverage to zero active tests.

Additional Locations (2)

Fix in Cursor Fix in Web

@rgarcia rgarcia merged commit 3dd3df9 into main Feb 21, 2026
8 checks passed
@stainless-app
Copy link
Contributor Author

stainless-app bot commented Feb 21, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant